$(NEXT_ROOT)/Library/WebObjects/Applications
.
If you're installing a framework, type $(NEXT_ROOT)/Library/Frameworks
INSTALLDIR_WEBSERVER
NEXT_ROOT/Library/WebObjects/MyApp.woa MyApp[.exe] Resources/ WebServerResources/ <DocRoot>/WebObjects/MyApp.woa WebServerResources/As discussed in the section "Adaptor Modes," when the client tries to contact an application, the adaptor first looks for a public configuration file that names the application, then for a private configuration file that names the application, and then for an executable in <DocRoot>/WebObjects and NEXT_ROOT/Library/WebObjects/Applications. Thus, you can install the entire directory under <DocRoot>/WebObjects, but doing so presents a security problem if you have scripted components. Any client can access any file under the document root, which means that if you install scripted components under the document root, you are exposing source code to outside users.
Instead, it is recommended that you install most of the application in NEXT_ROOT/Library/WebObjects/Applications and install only the web server resources under the document root. It is also recommended that you install the application directly in the <DocRoot>/WebObjects directory rather than in a subdirectory. If you install in a subdirectory, your application can still run but cannot find image files unless you provide the application's base URL (WOApplicationBaseURL) on the command line. For more information, see "Starting Up Applications From the Command Line" in this guide.
Table of Contents
Next Section